home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / ttf-bitstream-vera.prerm < prev    next >
Text File  |  2006-11-08  |  243b  |  9 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_installdefoma
  4. FILE='/etc/defoma/hints/ttf-bitstream-vera.hints'
  5. if [ "$1" = remove ]; then
  6.     test -x /usr/bin/defoma-font && /usr/bin/defoma-font purge-all $FILE
  7. fi
  8. # End automatically added section
  9.